home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / sptmbr16.lha / pclcom.lisp < prev    next >
Lisp/Scheme  |  1992-03-18  |  312b  |  10 lines

  1. ;;I think this isn't used; instead, "target:tools/pclcom.lisp" is used.
  2. (setq ext:*gc-verbose* nil)
  3. (setq c:*suppress-values-declaration* t)
  4. (setf (search-list "pcl:") '("build:pcl/"))
  5. (load "pcl:defsys")
  6. (in-package "PCL")
  7. (import 'kernel:funcallable-instance-p)
  8. (with-compilation-unit ()
  9.   (pcl::compile-pcl))
  10.